GenerativeComponents Help

Expression Statements

Some kinds of expressions can also serve as statements. When an expression is used in this way, its result value is simply ignored. To convert such an expression into a statement, just put a semicolon character after it!

The following kinds of expressions can serve as statements:

  • Function Calls